Support for fischertechnik TX-controller
[This is preliminary documentation and is subject to change.]
These are the namespace comments for FischerTechnik.FtMscLib.API.
Classes
Class | Description | |
---|---|---|
![]() | FtMscLibEx |
Implementation of the FtMsacLibEx API at .NET level
|
![]() | FtMscLibExBase |
FtMscLibExBase
.NET interface to the FtMscLibEx.dll unmanged.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | FtMscLibEx OnButtonChangedEventHandler | |
![]() | FtMscLibEx OnCntInputChangedEventHandler | |
![]() | FtMscLibEx OnCounterChangedEventHandler | |
![]() | FtMscLibEx OnCounterResettedEventHandler | |
![]() | FtMscLibEx OnInputChangedEventHandler | |
![]() | FtMscLibEx OnMotorExReachedEventHandler | |
![]() | FtMscLibExBase DelegateCBButtonChanged |
3.X10A Callback for the two button on the front of the TX-C
void (__stdcall *) cbFunct (DWORD devId, DWORD cntId, DWORD duration, BOOL16 pressed, void *context)
|
![]() | FtMscLibExBase DelegateCBCntInChanged |
3.X4A callback function that reports the change of a “Counter-Input”
|
![]() | FtMscLibExBase DelegateCBCounterChanged |
3.X7A Callback for the four Fast Counters on the TX-C
|
![]() | FtMscLibExBase DelegateCBUniChanged |
3.X1A callback function that reports the change of an “Universal-Input”
|
![]() | FtMscLibExBase DelegateCounterResetted | |
![]() | FtMscLibExBase DelegateMotorExReached |